public enum AdjustQueryWhichFlags extends java.lang.Enum<AdjustQueryWhichFlags>
Enum Constant and Description |
---|
ADJUST_IGNOREALL |
ADJUST_IGNORECHAINS |
ADJUST_IGNOREDUMMIES |
ADJUST_IGNOREMAPPED |
ADJUST_IGNORENONDUMMIES |
ADJUST_IGNORENONE |
ADJUST_IGNORERINGS |
Modifier and Type | Method and Description |
---|---|
static AdjustQueryWhichFlags |
swigToEnum(int swigValue) |
int |
swigValue() |
static AdjustQueryWhichFlags |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AdjustQueryWhichFlags[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AdjustQueryWhichFlags ADJUST_IGNORENONE
public static final AdjustQueryWhichFlags ADJUST_IGNORECHAINS
public static final AdjustQueryWhichFlags ADJUST_IGNORERINGS
public static final AdjustQueryWhichFlags ADJUST_IGNOREDUMMIES
public static final AdjustQueryWhichFlags ADJUST_IGNORENONDUMMIES
public static final AdjustQueryWhichFlags ADJUST_IGNOREMAPPED
public static final AdjustQueryWhichFlags ADJUST_IGNOREALL
public static AdjustQueryWhichFlags[] values()
for (AdjustQueryWhichFlags c : AdjustQueryWhichFlags.values()) System.out.println(c);
public static AdjustQueryWhichFlags valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic final int swigValue()
public static AdjustQueryWhichFlags swigToEnum(int swigValue)